/*标题*/
.selectPop{
    display: none;
}
.table_container table a{
    color: #fff;
}
@media (min-width: 768px) {
    .content .title h2{
        padding-bottom: 13px;
        font-weight: bold;
    }
    .content .title h2 span{
        position: relative;
    }
    .content .title h3{
        color: #333;
    }
    .content .title h2 span:after{
        content: '';
        display: block;
        clear: both;
        height: 3px;
        background: #333;
        position: absolute;
        bottom: -5px;
        left:50%;
        width: 0;

        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        transition: 0.6s;

    }
    .content .title h2:hover span:after{
        width: 100%;
        left:0;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        transition: 0.6s;
    }
    .content .title h2:hover{
        color: #04447c;
    }
    .content .title h2:hover:after{
        background: #04447c;
    }
    .selectPop{
        position: absolute;
        width: 100%;
        height: 100%;
        background:rgba(40,40,40,0.8);
        background: #000 \9;
        filter: Alpha(opacity=0);
        display: flex;
        align-items: center;
        align-content: center;
        padding-top: 40px \9;
        z-index: 10;
        opacity: 0;
        display: none \9;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        transition: 0.6s;

    }
    .selectPop p{
        width: 100%;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .content .choose .box:hover .selectPop{
        opacity: 1;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        display: block \9;
    }
    .content .choose .box:hover .info{
        opacity: 0;
        display: none \9;
    }

    .content .know .box h2 a:hover{
        font-weight: bold !important;
        text-decoration: underline !important;

    }
    .table_container table a{
        color: #fff;
    }
    .table_container table a:hover{
        color: #fff;
        font-weight: bold !important;
        text-decoration: underline !important;
    }

}

@media screen and (max-width: 640px){
    .content .title h2 span{display: block;}
}
.content .title h5{
            color: #999;
            text-align: center;
        }
        @media (max-width: 768px) {
            .content .title h5{
                text-align: left;
            }
        }
